@media only screen and (max-width: 700px) {
    #img1 {
    display: inline;
    position: absolute;
    left: 20px;
    top: 115px;
    z-index: 4;
  }
  .icon1{
    display: inline;
}
 #img2 {
    position: absolute;
    display: none;
    left: 164px;
    top: 115px;
    z-index: 4;
    width: 20px;
  }


  nav {
    flex-direction: column;
    z-index: 3;
    position: static;

  }

  .srh {
    width: 64vw;
    height: 4.5vh;

  }

  .srhbtn {
    height: 4.5vh;
    width: 10vw;
    right: 24px;
  }

  header {
    height: 10vh;



  }

  .auth-buttons {
    display: none;
  }

  .list_formcontainer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: auto;
  }

  .col {
    flex-direction: column;
    align-content: center;
    height: 8vh;

  }



  .left {

    width: 50vw;
    position: absolute;
    left: -220px;
    z-index: 3;
    height: 100vh;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;

  }



  aside .sidebar {
    width: 50vw;
    height: 99vh;

  }

  .right {
    justify-content: space-around;
    width: 80vw;
    margin-left: 64px;
  }

  .inp {
    width: 60vw;
  }

  .form_container {
    margin-left: 0px;
    width: 69vw;
    height: auto;
  }

  .btm {
    margin: 10px 0px;
  }

  label {
    padding-left: 5px;
    width: 40vw;
    margin: 0px;
  }

  .list {
    width: auto;

    height: 68vh;
    border-radius: 8px;
    
    margin: 20px 0px;
    align-items: normal;
    overflow-x: scroll;

  }

  form {
    height: auto;
  
  }

  .btn {
    display: flex;
    flex-direction: column;
    gap: 1;
  }

  .btn1 {
    width: 24vw;
  }

  #st-table {
    width: 70vw;
    height: 40vh;


  }
  #st-table button {
    width: 13vw;

}

  .logo {
    display: none;
  }

  .nav-links li {
    width: 20vw;
    height: 4vh;
  }

  .srhform {
    width: 70vw;
  }

  .form_container form {
    width: 62vw;
    height: auto;
    margin-top: 10px;
  }
}